home *** CD-ROM | disk | FTP | other *** search
- --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
- -- UNIT NAME : FILE_CHECKER
- -- VERSION : 1.3
- -- REVIEW CODE :
- -- DDN ADDRESS : RCONN at SIMTEL20
- -- AUTHOR : Richard Conn
- -- : TI Ada Technology Branch
- -- : Box 801, MS 8007
- -- : McKinney, TX 75069
- -- COPYRIGHT : (c) 1985 Richard Conn
- -- DATE CREATED : 15 Feb 85
- -- DATE RELEASED : 15 Feb 85
- -- DATE LAST UPDATED : 2 Dec 85
- -- LOCATION : ASR
- -- ENVIRONMENT : DG MV 10000, ROLM ADE
- --= CLASSIFICATION ===============================================--
- -- CATEGORY LEVEL 1 : PROGRAMMING TOOLS
- -- CATEGORY LEVEL 2 : File Statement, Line, and Character Counter
- -- CATEGORY LEVEL 3 :
- -- CATEGORY LEVEL 4 :
- -- KEYWORD :
- -- INDEX : Ada Statements
- -- INDEX : Statements, Ada
- -- INDEX : Lines of Code
- -- INDEX : Code, Lines of
- -- INDEX : Checksum
- -- TAXONOMY :
- -- DEPENDENCIES :
- -- SEE ALSO :
- --= FILE LISTING ===============================================--
- -- FILE SPECS : PD:<ADA.TOOLS>FCHECK.*
- -- DIRECTORY DISPLAY :
- -- Directory PD:<ADA.TOOLS>
- -- File Name Byte Count Line Count
- -- --------------- ---------- ----------
- -- FCHECK.DOC 5048 165
- -- FCHECK.PRO 3791 77
- -- FCHECK.SRC 20881 594
- -- =============== ========== ==========
- -- 3 Files 29720 836
- --= ABSTRACT ===============================================--
- -- FILE_CHECKER uses CAS3 to count the number of Ada statements
- -- (terminated by semicolons), the number of lines of code, and a
- -- checksum of the non-space (excludes tabs, CR, LF, FF, HT, and spaces)
- -- characters in a group of files.
- --
- -- FILE_CHECKER asks for one file name after another; the user
- -- terminates his input by striking RETURN to the file name prompt.
- -- FILE_CHECKER then gives a summary report of this data on all files
- -- listed. Include files may be specified along with other file names.
- --
- -- Ada components used by FILE_CHECKER include GENERIC_LIST and
- -- CAS3. CHARACTER_SET is used by CAS3. All are in the Ada Repository
- -- in the COMPONENTS subdirectory.
- --= REVISION HISTORY ===============================================--
- --
- -- DATE VERSION AUTHOR HISTORY
- -- 2/15/85 1.0 Richard Conn Initial Release
- -- 4/9/85 1.1 Richard Conn Add Include Files, CAS3
- -- 9/25/85 1.2 Richard Conn Add Output File, Misc
- -- 12/2/85 1.3 Richard Conn Add Count Summary
- --= RELEASE NOTICE ===============================================--
- -- This prologue must be included in all copies of this software.
- --
- -- This software is copyright by the author.
- --
- -- This software is released to the Ada community.
- -- This software is released to the Public Domain (note:
- -- software released to the Public Domain is not subject
- -- to copyright protection).
- -- Restrictions on use or distribution: NONE
- --= DISCLAIMER ===============================================--
- -- This software and its documentation are provided "AS IS" and
- -- without any expressed or implied warranties whatsoever. No warranties
- -- as to performance, merchantability, or fitness for a particular
- -- purpose exist.
- -- The user is advised to test the software thoroughly before
- -- relying on it. The user must assume the entire risk and liability of
- -- using this software. In no event shall any person or organization of
- -- people be held responsible for any direct, indirect, consequential or
- -- inconsequential damages or lost profits.
- --======================================================================--
-